@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


*, *:before, *:after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #212223;
  background: #f0f0f0 !important;
  scroll-behavior: smooth;
}

input, select, textarea, button, optgroup, option {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

img { border: 0; display: block; max-width: 100%; height: auto; }
a { color: #0874e3; text-decoration: none; font-weight: 600; transition: all 0.2s ease; }
a:hover { color: #d64000; text-decoration: none; }
a:focus { outline: none; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{
  outline: 0.1875rem solid #0874e3;
  outline-offset: 0.25rem;
  border-radius: 0.25rem;
}

p { 
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

h1, .h1 { 
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #212223;
  letter-spacing: -0.02em;
}

h2, .h2 { 
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.875rem 0;
  color: #212223;
}

h3, .h3 { 
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.75rem 0;
  color: #212223;
}

.color-wrap {
  background: #f0f0f0 ;
  padding: 0 0 0.625rem 0;
  max-width: 67.5rem ;
  margin: 0 auto;
}

.container {
  background: #ffffff ;
  width: 100% ;
  max-width: 67.5rem ;
  margin: 0 auto ;
  padding: 0 ;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.22);
}

.color-wrap .row {
  background: transparent;
  margin: 0 !important;
}


.cu-header-light {
  background: #f7f7f7;
  padding: 1rem 0;
  border-bottom: 0.25rem solid #d64000;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-header-light .header-container-light {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cu-header-light .header-logo-light img {
  height: 2.5rem;
  width: auto;
  display: block;
}

.cu-header-light .header-event-info-light {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 0.375rem;
  flex: 1;
  padding: 0 1.5rem;
}

.cu-header-light .event-title-header-light {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212223;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.cu-header-light .event-details-light {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 0.875rem;
  color: #212223;
}

.cu-header-light .event-date-header-light,
.cu-header-light .event-location-light {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

.cu-header-light .header-cta-light { flex-shrink: 0; }
.cu-header-light .header-cta-light a {
  display: inline-block;
  background: #d64000;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.cu-header-light .header-cta-light a:hover { background: #b83700; }

.cu-header-light .icon {
  width: auto;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.cu-strapline {
  width: 100%;
  background-color: #000000;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-strapline__inner {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 0.3125rem;
}

.cu-strapline__inner::before {
  content: '';
  display: block;
  width: 3.75rem;
  height: 0.1875rem;
  background-color: #d64000;
  margin: 0 auto 1rem auto;
  transition: width 0.3s ease;
}

.cu-strapline:hover .cu-strapline__inner::before {
  width: 100%;
}

.cu-strapline__descriptor {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #e3e3e3;
  margin: 0 0 0.625rem 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cu-strapline__statement {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}

.cu-strapline__accent {
  color: #d64000;
  display: block;
  margin-top: 0.25rem;
  font-size: 1.05em;
}

.cu-strapline:hover .cu-strapline__inner::before,
.cu-strapline:focus .cu-strapline__inner::before,
.cu-strapline:focus-within .cu-strapline__inner::before {
  width: 100%;
}

.cu-strapline:focus-visible {
  outline: 0.1875rem solid #0874e3;
  outline-offset: -0.25rem;
}

.cu-trust {
  background: #f7f7f7;
  border-top: 0.1875rem solid #d64000;
  padding: 2.5rem;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-trust-eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #212223;
  text-align: center;
  margin: 0 0 2rem 0;
  display: block;
}

.cu-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.cu-trust-stat {
  text-align: center;
  padding: 0 1.5rem;
  border-right: 0.0625rem solid #e3e3e3;
}

.cu-trust-stat:last-child {
  border-right: none;
}

.cu-trust-stat__number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212223;
  line-height: 1;
  margin: 0 0 0.75rem 0;
  display: block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}

.cu-trust-stat__number em {
  color: #d64000;
  font-style: normal;
  display: inline-block;
}

.cu-trust-stat__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #212223;
  line-height: 1.4;
  margin: 0;
  display: block;
}

.cu-trust-stat:hover .cu-trust-stat__number {
  transform: translateY(-0.25rem) scale(1.05);
  color: #d64000;
}

.cu-trust-stat:hover .cu-trust-stat__number em {
  color: #212223;
}

.cu-trust-stat__qualifier {
  font-size: 0.75rem;
  font-weight: 400;
  color: #666666;
  margin: 0;
  display: block;
}


.cu-vp {
  background: #ffffff;
  padding: 1rem 2.5rem;
  box-sizing: border-box;
  text-align: left;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-vp__headline {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212223;
  line-height: 1.25;
  margin: 0 0 1.25rem 0;
}

.cu-vp__headline-accent {
  display: block;
  color: #d64000;
}

.cu-vp__body {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #404040;
  margin-bottom: 1.5rem;
}

.cu-vp__bullets {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 1.5rem 0 !important;
}

.cu-vp__bullets li {
  font-size: 1rem;
  color: #404040;
  line-height: 1.5;
  padding: 0.75rem 0 0.75rem 2rem;
  position: relative;
  border-bottom: 0.0625rem solid #f0f0f0;
}

.cu-vp__bullets li:last-child {
  border-bottom: none;
}

.cu-vp__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.5rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url("https://img03.en25.com/EloquaImages/clients/FCBusinessIntelligenceLtd/%7Bc214b7bf-6bad-40c9-a587-459369badf18%7D_circle-check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cu-vp__bullets a { 
  color: #0874e3; 
  font-weight: 600; 
  transition: all 0.2s ease;
}

.cu-vp__bullets a:hover { 
  color: #d64000; 
}

.cu-highlight-text {
  color: #d64000;
  font-size: 1.25rem;
}


.cu-two-col-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.125rem;
  padding: 2.5rem 2.5rem;
  background: #ffffff;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.cu-col-left {
  flex: 1 1 60%;
}

.cu-col-right {
  flex: 1 1 40%;
}

.cu-form-sidebar {
  background: #f7f7f7 !important;
  padding: 2.5rem 1rem 1rem;
  border-radius: 0.25rem;
  border-top: 0.25rem solid #d64000;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-form-sidebar__header {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #e8e8e8;
  position: relative;
  text-align: left;
}

.cu-form-sidebar__header::after {
  content: '';
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #d64000;
  border-radius: 50%;
}

.cu-form-sidebar__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #212223;
  margin: 0 0 0.5rem 0;
  line-height: 1.25;
}

.cu-form-sidebar__subtitle {
  font-size: 0.875rem;
  color: #545454;
  line-height: 1.45;
  margin: 0;
}

.cu-urgency-badge {
  background-color: #fcece5;
  border: 0.0625rem solid #d64000;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  display: flex;
  width: max-content;
  margin: 0 auto 1rem auto;
}

.cu-urgency-badge span {
  color: #212223;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.elq-form {
  background-color: #f7f7f7 !important;
} 

.elq-form .elq-field-style {
  padding-bottom: 1.25rem !important;
}

.elq-form .form-element-layout {
  padding: 0 0 0.625rem 0;
}

.elq-form .elq-item-input,
.elq-form .elq-item-select {
  width: 100% !important;
  display: block !important;
}

.elq-form .col-sm-12,
.elq-form .col-xs-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elq-form .elq-label,
.elq-form .elq-item-label,
.elq-form .elq-instructions,
.lv-label {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #212223;
  display: block !important;
  text-align: left !important;
  margin-bottom: 0.5rem;
}

.elq-form .elq-required {
  font-size: 0 !important;
}

.elq-form .elq-required::after {
  content: " (required)";
  font-size: 0.8125rem;
  color: #212223;
  font-weight: 400;
}

.elq-form input[type="text"],
.elq-form input[type="email"],
.elq-form input[type="tel"],
.elq-form select,
.elq-form textarea {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #212223;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #767676;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.elq-form select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23545454' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.5rem !important;
}

.elq-form input[type="text"]:focus,
.elq-form input[type="email"]:focus,
.elq-form input[type="tel"]:focus,
.elq-form select:focus,
.elq-form textarea:focus {
  outline: 0.1875rem solid #0874e3;
  outline-offset: 0.125rem;
  border-color: #0874e3;
}

.elq-form ::placeholder {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  color: #707070;
  opacity: 1;
}

.elq-form h4.form-element-form-text {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #545454;
  line-height: 1.5;
  margin: 0.25rem 0 0 0;
}

.submit-button-style, 
.cu-cta-button {
  display: block;
  width: 100%;
  background-color: #d64000;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.875rem 1.25rem;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  margin-top: 0.5rem;
  text-align: center;
}

.submit-button-style:hover, 
.submit-button-style:focus, 
.cu-cta-button:hover, 
.cu-cta-button:focus {
  filter: brightness(92%);
  box-shadow: 0 0.25rem 0.75rem rgba(214, 64, 0, 0.35);
}

.submit-button-style:focus-visible, 
.cu-cta-button:focus-visible {
  outline: 0.1875rem solid #0874e3 !important;
  outline-offset: 0.1875rem !important;
}

.LV_invalid {
  color: #d61a00 !important;
  font-size: 0.8125rem;
  font-weight: 600;
  display: block;
  margin-top: 0.375rem;
  line-height: 1.4;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active {
  border-color: #d61a00 !important;
  background-color: #fff8f8;
}

.LV_invalid_field:focus {
  outline: 0.1875rem solid #d61a00 !important;
  outline-offset: 0.125rem;
  border-color: #d61a00 !important;
}

.cu-form-footer {
  background-color: #f7f7f7 !important;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 0.75rem;
  color: #212223;
  line-height: 1.6;
  text-align: left;
  margin: 0;
  padding: 2.5rem 1rem 2.5rem 1rem; 
  border-bottom: 0.25rem solid #d64000;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.cu-form-footer::before {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #d64000;
  border-radius: 50%;
  z-index: 2;
}

.cu-form-footer::after {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
  height: 0.0625rem; /* Equivalent to 0.0625rem (1px) */
  background-color: #e8e8e8;
  z-index: 1;
}

.cu-form-footer p {
  font-size: 0.8125rem;
  color: #212223;
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}

.cu-form-footer p:last-child {
  margin-bottom: 0 !important;
}

.cu-form-footer a {
  color: #0564c7; 
  font-weight: 600;
  text-decoration: underline; 
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.cu-form-footer a:hover,
.cu-form-footer a:focus {
  color: #d64000;
  text-decoration: none;
}

.cu-form-footer a:focus-visible {
  outline: 0.1875rem solid #0874e3 !important;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.cu-logo-wall {
  background: #f7f7f7;
  border: 0.0625rem solid #e8e8e8;
  border-left: 0.25rem solid #d64000;
  padding: 2rem 1.75rem 1.75rem 1.75rem;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}

.cu-logo-wall:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.12);
}

.cu-logo-wall-eyebrow {
  display: block;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #d64000;
  text-align: center;
  margin-bottom: 1.5rem;
}

.cu-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 0.75rem;
  align-items: center;
  margin: 0 0 1.5rem 0;
}

.cu-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.25rem;
  padding: 0.5rem;
  min-height: 4.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cu-logo-item img {
  max-height: 3.25rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.2s ease, opacity 0.2s ease;
  display: block;
  margin: 0 auto;
}

.cu-logo-item:hover {
  border-color: #d64000;
  box-shadow: 0 0.125rem 0.5rem rgba(214, 64, 0, 0.08);
}

.cu-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.cu-logo-wall-footer {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-size: 0.875rem;
  color: #212223;
  text-align: center;
  margin: 0;
  padding-top: 1rem;
  border-top: 0.0625rem solid #e8e8e8;
}

.cu-logo-wall-footer strong {
  color: #212223;
  font-weight: 700;
}

.cu-footer {
  background: #000;
  border-top: 0.1875rem solid #d64000;
  padding: 1.25rem 2.5rem;
  text-align: center;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-footer p {
  font-size: 0.6875rem;
  color: #afafaf;
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}

.cu-footer p:last-child { 
  margin: 0; 
}

.cu-footer a {
  color: #529bf5;
  font-weight: 500;
  margin: 0 0.5rem;
  font-size: 0.6875rem;
  text-decoration: underline;
}

.cu-footer a:hover { 
  color: #d64000; 
  text-decoration: none; 
}

.cu-footer__logo img {
  height: 1.625rem;
  width: auto;
  margin: 0 auto 1rem auto;
  display: block;
}

.cu-contact {
  background: #f7f7f7;
  padding: 2rem 2.5rem;
  border-top: 0.1875rem solid #d64000;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.cu-contact-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #e8e8e8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
}

.cu-contact-card:hover,
.cu-contact-card:focus-within {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.12);
}

.cu-contact-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.cu-contact-photo {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  object-fit: cover;
  border: 0.0625rem solid #e3e3e3;
  flex-shrink: 0;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.cu-contact-card:hover .cu-contact-photo,
.cu-contact-card:focus-within .cu-contact-photo {
  filter: grayscale(0%);
}
 
.cu-contact-eyebrow {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  color: #bf3a00;
  margin: 0 0 0.375rem 0;
  display: block;
}

.cu-contact-body {
  font-size: 0.9375rem;
  color: #404040;
  line-height: 1.45;
  margin: 0 0 0.75rem 0;
  font-weight: 400;
}

.cu-contact-email {
  font-weight: 700;
  color: #0564c7;
  font-size: 0.9375rem;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease;
}

.cu-contact-email:hover { 
  color: #d64000; 
  text-decoration: underline;
}



.cu-testimonial {
  margin: 1.25rem 2.5rem;
  background-color: #f7f7f7;
  border-left: 0.25rem solid #d64000;
  padding: 1.75rem;
  padding-top: 1.25rem;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-testimonial:hover,
.cu-testimonial:focus-within {
  transform: translateY(-0.5rem); /* -0.5rem */
  box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.2);
}

.cu-testimonial__stars {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  background: #ffffff;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.08);
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
}

.cu-testimonial__stars span:first-child {
  color: #d64000;
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
  line-height: 1;
}

.cu-testimonial__descriptor-text {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #bf3a00;
  border-left: 0.0625rem solid #e3e3e3;
  padding-left: 0.625rem;
}

.cu-testimonial__quote {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: italic;
  color: #212223;
  margin: 0 0 1rem 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

.cu-testimonial__quote strong {
  font-weight: 700;
  color: #212223;
}

.cu-testimonial__author {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #212223;
  text-align: left;
  margin-top: 0.75rem;
}

.cu-testimonial__author-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.author-name {
  font-size: 1rem;
  font-weight: 700;
  color: #212223;
  display: block;
  margin-bottom: 0.25rem;
}

.author-title {
  font-size: 0.875rem;
  color: #404040;
  display: block;
  margin-bottom: 0.125rem;
}

.author-company {
  font-size: 0.875rem;
  font-weight: 700;
  color: #212223;
  display: block;
}

.cu-testimonial__headshot {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(70%);
  opacity: 0.65;
  transition: filter 0.2s ease, opacity 0.2s ease;
  border: 0.0625rem solid #e8e8e8;
}


.cu-testimonial__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.25rem;
  padding: 0.375rem 0.25rem;
  max-height: 4.5rem;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.2s ease, opacity 0.2s ease;
  opacity: 0.65;
}

.cu-testimonial:hover .cu-testimonial__headshot,
.cu-testimonial:focus-within .cu-testimonial__headshot,
.cu-testimonial:hover .cu-testimonial__logo,
.cu-testimonial:focus-within .cu-testimonial__logo {
  filter: grayscale(0%);
  opacity: 1;
}

.cu-testimonial__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  gap: 1rem;
}

.cu-video-testimonial {
    margin-top: 0.625rem;
    background: #f7f7f7;
    border-left: 0.25rem solid #d64000;
    padding: 1.75rem;
    border-radius: 0.75rem;
    max-width: 25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
}

.cu-video-testimonial:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.2);
}

.cu-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 177.77%; 
    height: 0;
    overflow: hidden;
    background-color: #000;
    border-radius: 0.25rem;
}

.cu-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.cu-video-wrapper iframe:focus {
    outline: 0.1875rem solid #0874e3;
    outline-offset: 0.125rem;
}

.cu-video-wrapper.video-landscape { padding-bottom: 56.25%; }
.cu-video-wrapper.video-portrait { padding-bottom: 177.77%; max-width: 18.75rem; margin: 0 auto; }

.cu-video-testimonial blockquote {
    font-size: 0.9375rem;
    line-height: 1.6;
    font-style: italic;
    color: #212223;
    margin: 0;
}

.cu-video-testimonial .testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.5rem;
}

.cu-video-testimonial .author-info strong {
    font-size: 0.875rem;
    font-weight: 700;
    color: #212223;
    display: block;
}

.cu-video-testimonial .author-info span {
    font-size: 0.875rem;
    color: #404040;
}

h2.photo-wall-eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.08);
  width: fit-content;
  margin: 0 auto 1.5rem auto; 
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #d64000;
  line-height: 1.2;
}

.reuters-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 0.625rem 0;
    width: 100%;
    line-height: 0;
    background-color: #000;
    overflow: hidden;
}

.reuters-photo-grid img {
    width: 100%;
    aspect-ratio: 4 / 3; 
    object-fit: cover; 
    object-position: center;
    filter: grayscale(15%) contrast(105%) brightness(95%);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease; 
}

.reuters-photo-grid img:first-child,
.reuters-photo-grid img:last-child {
    grid-column: span 2;
    aspect-ratio: 8 / 3 !important;
}

.reuters-photo-grid img:hover {
    transform: scale(1.08);
    filter: grayscale(0%) contrast(110%) brightness(100%);
    z-index: 99;
    position: relative;
}

.event-sponsors {
  background: #f7f7f7;
  border-left: 0.25rem solid #d64000;
  padding: 1.75rem;
  box-sizing: border-box;
  border-radius: 0.75rem;
  overflow: hidden;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
}

.event-sponsors:hover,
.event-sponsors:focus-within {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.12);
  outline: none;
}

h2.event-sponsors-eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.08);
  width: max-content;            
  max-width: 100%;               
  margin: 0 auto 1.75rem auto;   
  box-sizing: border-box;  
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  color: #d64000;
  line-height: 1.2;
}

h3.tier-title {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  text-align: center;
  color: #212223;
  margin: 0 0 1rem 0;
}

.tier-divider {
  border: none;
  border-top: 0.0625rem solid #e8e8e8;
  margin: 1.25rem 0;
}

.reuters-sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 0.75rem;
  margin: 0 0 0.5rem 0;
}

.tier-global .sponsor-logo-wrap { 
  flex: 0 0 calc(25% - 0.5625rem);
  min-height: 5.5rem;
}
.tier-global .sponsor-logo { 
  max-height: 4.25rem;
}

.tier-platinum .sponsor-logo-wrap { 
  flex: 0 0 calc(16.66% - 0.625rem); 
  min-height: 5rem;
}
.tier-platinum .sponsor-logo { 
  max-height: 3.625rem;
}

.tier-standard .sponsor-logo-wrap { 
  flex: 0 0 calc(16.66% - 0.625rem); 
  min-height: 4.5rem;
}
.tier-standard .sponsor-logo { 
  max-height: 3rem;
}

.sponsor-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 0.0625rem solid #e8e8e8;
  border-radius: 0.25rem;
  padding: 0.375rem 0.25rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.sponsor-logo-wrap:hover { 
  border-color: #d64000;
  box-shadow: 0 0.125rem 0.5rem rgba(214, 64, 0, 0.08);
}

.sponsor-logo-wrap:focus,
.sponsor-logo-wrap:focus-within {
  border-color: #0874e3 !important;
  outline: 0.125rem solid #0874e3;
  outline-offset: 0.25rem;
}

.sponsor-logo {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%) contrast(120%);
  opacity: 0.80;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.sponsor-logo-wrap:hover .sponsor-logo,
.sponsor-logo-wrap:focus .sponsor-logo,
.sponsor-logo-wrap:focus-within .sponsor-logo {
  filter: grayscale(0%) contrast(100%) !important;
  opacity: 1;
}

.event-sponsors:hover .sponsor-logo,
.event-sponsors:focus-within .sponsor-logo {
  filter: grayscale(0%) contrast(100%) !important;
  opacity: 1;
}


.event-sponsors-footer {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #212223;
  text-align: center;
  margin: 1.75rem 0 0 0;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid #e8e8e8;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.event-sponsors-footer strong {
  color: #212223;
  font-weight: 700;
}

.event-sponsors-footer::before {
  content: '';
  position: absolute;
  top: -0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #d64000;
  border-radius: 50%;
}

@media screen and (max-width: 48em) {

h1, .h1 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }

.responsive-row{flex-direction:column!important}
.responsive-row:not(.no-gap)>div{margin-bottom:1.25rem}

.cu-header-light .header-container-light {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.9375rem !important;
    text-align: center;
  }

  .cu-header-light .header-logo-light,
  .cu-header-light .header-event-info-light,
  .cu-header-light .header-cta-light {
    flex: none !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .cu-header-light .header-event-info-light {
    align-items: center !important;
  }

  .cu-header-light .event-details-light {
    flex-direction: row !important;
    justify-content: center !important;
  }

  .cu-header-light .header-logo-light img {
    margin: 0 auto !important;
    display: block !important;
  }

  .mobile-separator {
    display: inline-block;
    padding: 0 0.3125rem;
    color: #d64000;
  }

  .cu-header-light .header-cta-light a {
    width: auto;
    display: inline-block;
    margin: 0;
  }

.cu-strapline {
    padding: 1.375rem 1.25rem;
  }
  .cu-strapline__descriptor {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
  }
  .cu-strapline__statement {
    font-size: 1.5rem;
  }

.cu-two-col-layout {
    flex-direction: column;
    padding: 2.5rem 1.25rem;
    gap: 2.5rem;
  }
  
  .cu-col-left, 
  .cu-col-right {
    flex: 0 0 100%;
    width: 100%;
  }

  .cu-form-sidebar {
    padding: 1.875rem 1.25rem !important;
  }

.cu-trust { 
    padding: 2rem 1.25rem;
  }
  
  .cu-trust-eyebrow {
    margin-bottom: 1.5rem;
  }
  
  .cu-trust-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 2rem 0;
  }
  
  .cu-trust-stat { 
    padding: 0 0.75rem; 
    border-right: none; 
  }
  
  .cu-trust-stat:nth-child(odd) { 
    border-right: 0.0625rem solid #e3e3e3; 
  }
  
  .cu-trust-stat__number {
    font-size: 1.75rem !important;
    margin-bottom: 0.5rem;
  }
  
  .cu-trust-stat__label {
    font-size: 0.8125rem !important;
  }

.cu-vp {
    padding: 1.25rem;
  }

 .cu-vp__headline {
    font-size: 1.75rem !important;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  
  .cu-vp__body {
    font-size: 1rem !important;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }

  .cu-vp__bullets li {
    font-size: 0.9375rem !important;
    padding: 0.625rem 0 0.625rem 1.75rem;
  }

  .cu-vp__bullets li::before {
    top: 0.9375rem;
    width: 0.875rem;
    height: 0.875rem;
  }


.cu-logo-wall { 
    height: auto; 
    padding: 1.5rem 1rem;
  }
  
  .cu-logo-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 0.75rem;
  }
  
  .cu-logo-item img { 
    filter: grayscale(0%); 
    opacity: 0.85; 
  }

  .cu-footer { padding: 1.25rem; }

.cu-contact { 
    padding: 1.5rem 1rem !important;
  }
  
  .cu-contact-inner { 
    flex-direction: column; 
    text-align: center; 
    gap: 1rem !important;
  }
  
  .cu-contact-photo { 
    filter: grayscale(0%); 
  }

.cu-testimonial {
    margin: 1.25rem !important;
    padding: 1.25rem !important;
  }

  .cu-testimonial__footer { 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    gap: 1rem;
  }

  .cu-testimonial__author-wrap { 
    flex-direction: column; 
    align-items: center; 
    gap: 0.75rem;
  }

  .cu-testimonial__author { 
    margin-top: 0.5rem;
    text-align: center; 
  }

  .cu-testimonial__logo { 
    margin-top: 0.5rem;
    max-width: 9.375rem;
    filter: grayscale(0%); 
    opacity: 1; 
  }

  .cu-testimonial__stars { 
    justify-content: center; 
    margin-left: auto; 
    margin-right: auto; 
  }

  .cu-testimonial__descriptor-text { 
    border-left: none; 
    padding-left: 0; 
  }

  .cu-testimonial__headshot { 
    filter: grayscale(0%); 
    opacity: 1; 
  }

.event-sponsors { 
    padding: 1.25rem 1rem;
  }
  .tier-global .sponsor-logo-wrap,
  .tier-platinum .sponsor-logo-wrap {
    flex: 0 0 calc(50% - 0.375rem);
  }
  .tier-standard .sponsor-logo-wrap {
    flex: 0 0 calc(33.33% - 0.5rem);
  }
  .tier-global .sponsor-logo-wrap { min-height: 4rem; }
  .tier-platinum .sponsor-logo-wrap { min-height: 3.5rem; }
  .tier-standard .sponsor-logo-wrap { min-height: 3rem; }
  
  .sponsor-logo { 
    filter: grayscale(0%); 
    opacity: 1; 
  }
  .cu-video-testimonial {max-width: 100%; padding: 1.25rem; }
  .cu-video-wrapper.video-portrait {max-width: 15.625rem; }
  .cu-video-testimonial blockquote {font-size: 0.875rem; }

}